home *** CD-ROM | disk | FTP | other *** search
/ HTML CD for Windows / HTML CD for Windows (Prentice Hall PTR)(1996).ISO / htmlcd.z / HTTPD.CNF < prev    next >
Text File  |  1994-08-13  |  2KB  |  71 lines

  1. #----------------------------------------------------------------------
  2. #
  3. #   HTTPD.CNF
  4. #
  5. # Main server configuration for NCSA WinHttpd V1.3 (Windows)
  6. #
  7. # This is the main server configuration file. It is best to
  8. # leave the directives in this file in the order they are in, or
  9. # things may not go the way you'd like.
  10. #
  11. # Do NOT simply read the instructions in here without understanding
  12. # what they do, if you are unsure consult the online docs. You have
  13. # been warned.
  14. #
  15. # NOTE: path defaults are relative to the server's installation
  16. #       directory (ServerRoot). Paths should be given in Unix 
  17. #       format (using '/').
  18. #
  19. # Bob Denny <rdenny@netcom.com> 13-Aug-94
  20. #
  21. #----------------------------------------------------------------------
  22.  
  23. # ServerRoot: The directory the server's config, error, and log files
  24. # are kept in. This should be specified on the startup command line.
  25. #
  26. # Format: ServerRoot <path>
  27. #
  28. # ServerRoot c:/httpd/
  29.  
  30. # Port: The port the standalone listens to. 80 is the network standard.
  31. #
  32. # Port 80
  33.  
  34. # Timeout: The timeout applied to all network operations. If you are on
  35. # a slow network, or are using a SLIP or PPP connection, you might try
  36. # increasing this to 60 sec.
  37. #
  38. # Format: Timeout nn    (seconds)
  39. #
  40. # Timeout 30
  41.  
  42. # ServerAdmin: Your address, where problems with the server should be
  43. # e-mailed.
  44. #
  45. # Format: ServerAdmin <email addr>
  46. #
  47. # ServerAdmin www-admin
  48.  
  49. # ErrorLog: The location of the error log file. If this does not start
  50. # with / or a drive spec (recommended!), ServerRoot is prepended to it.
  51. #
  52. # Format: ErrorLog <path/file>
  53. #
  54. # ErrorLog logs/error.log
  55.  
  56. # TransferLog: The location of the transfer log file. If this does not
  57. # start with / or a drive spec (recommended!), ServerRoot is prepended to it.
  58. #
  59. # Format: TransferLog <path/file>
  60. #
  61. # TransferLog logs/access.log
  62.  
  63. # ServerName allows you to set a host name which is sent back to clients for
  64. # your server if it's different than the one the program would get (i.e. use
  65. # "www" instead of the host's real name). Make sure your DNS is set up to
  66. # alias the name to your system!
  67. #
  68. # Format: ServerName <domain name>
  69. #
  70. # no default
  71.